-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport v4.0-branch] soc: sam0: samd5x: xosc32 configurable startup time #83103
Conversation
Adds Kconfig option to configure the startup time of the external 32KHz crystal oscillator. Signed-off-by: Thomas Schranz <[email protected]> (cherry picked from commit cd20154)
#83147 is an enhancement. We usually only backport bug fixes. What's the rationale for backporting this? |
The xosc32 is used as source of PLL to provide cpu main clock and users should be able to configure the right start-up time to avoid boot issues. I can create an special issue if required. see zephyr/soc/atmel/sam0/common/soc_samd5x.c Lines 61 to 62 in 27615a7
|
I'm on the same page with @henrikbrixandersen here, this has a look and smell of an enhancement. The provided issue didn't give me any details why this is a bug. |
Backport cd20154 from #82951.
Fixes #83147